.fntnormal{font-family: 'BLK Fort', arial !important;}
.title21{font-weight:bold;font-family: 'BLK Fort'; font-size: 18px;line-height: 22px;}

body{
 font-family: 'BLK Fort', arial, sans-serif;
 line-height: normal;
 font-weight:normal;
 color: #00000;
}
p{
	line-height: normal;

}
img
{
	max-width:100%;
}

label[for] {
    cursor: pointer;
}
/* Header */
.header {
    background: rgb(0, 0, 0);
	color:#ffffff;
}
.header-content {
    padding-top: 50px;
    padding-bottom: 40px;
}
.logo{
    max-width: 190px;
    height: auto;
}
.logo-section {
    margin-bottom: 25px;
}
.header-content h1 {
    font-weight: bold;
    margin-top: 55px;
    font-size: 56px;
    margin-bottom: 30px;
}
.header-content p {
    font-size: 18px;
}
.header-image img {
    width: 100%;
    height: 425px;
	object-fit: cover;
}
.req_info {
    font-size: 14px;
    text-align: right;
	margin-bottom:0;
	    padding-top: 10px;
}
.req_info a {
    color: #000;
	text-decoration:underline;
}
.req_info span {
   // background: yellow;

}
/* Frm section */
.form-group {
    padding-left: 25px !important;
    padding-right: 25px !important;
	margin-bottom: 25px;
}
section.form_section {
    padding: 50px 0 30px;
}
.form-group.required .form-label::after {
  content: " *"; 
  color: #c00b28;
  font-weight: normal;
}
.form-control {
    border: 1px solid #aeaba7;
    border-radius: 0;
	min-height: 44px;
	margin-bottom:5px;
}
label.form-label {
    font-weight: 700;
    margin-bottom: 12px;
}
.form-control:hover {
    border-color: #000;
    box-shadow: inset 0 -1px #000;
}

.form-group.error:before {
	left: 0;
	   opacity: 1;
	transition: .3s;
}
.form-group:before {
    content: "";
    width: 4px;
    height: 100%;
    background: #c00b28;
    position: absolute;
    left: 15px;
    top: 0;
    opacity: 0;
    transition: .3s;
}

/* Preference section */
.section_titel4 {
    font-weight: bold;
    color: #000;
    font-size: 22px;
    margin-bottom: 10px;
}
.select_all  .switch {
    margin-right: 10px;
}

.sub_list ul {
    list-style-type: none;
    padding-left: 0;
	display: grid;
    grid-template-columns: repeat(2, 50%);
	margin-bottom: 0;
}
.sub_list {
    padding: 15px 15px 10px;
    border: 1px solid #000;
    background: #fff;
    width: 100%;
    max-width: 100%;
}
.select_all {
    margin-bottom: 15px;
}
.sub_list ul li {
    display: flex;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
    max-width: 100%;
}
.pref_grid1 .sub_list {
    width: 700px;
}
.pref_grid2 .sub_list {
    //width: 900px;
}
.pref_grid2 .sub_list ul li {
    width: 400px;
}
.pref_grid1 .sub_list ul li {
    width: 280px;
}
.gray_box {
    //background: rgb(224 224 224);
    background: #E0E0E0;
    padding: 20px 20px 15px;
    border-radius: 20px;
	margin-bottom: 25px;
}
.gray_box:hover {
    //box-shadow: 3px 3px 3px 0px #0912054a;
   // transition: .1s;
}
input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid rgb(0, 0, 0);
    outline: none;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    margin: 0 20px 0 0;
    cursor: pointer;
    padding: 5px 3px;
    vertical-align: top;
}
input[type="checkbox"]:checked {
    content: url('https://images.marketing.blackrock.com/EloquaImages/clients/BlackRock/%7B7fd0cc1d-1606-408e-a90a-9c3bdbd8fe0b%7D_checkbox-tick-white.png');
    background-color: rgb(0, 0, 0);
}

.faatured_list_title h5 {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-right: 15px;
}
.faatured_list:last-child {
    padding-bottom: 0;
}
.faatured_list {
    padding-bottom: 10px;
}


/* Slider checkbox */

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 21px;

}
.slider.round {
    border-radius: 34px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .3s;
    transition: .3s;
    float: right;
}
.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .3s;
    transition: .3s;
}
.slider.round:before {
    border-radius: 50%;
}


input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}
input:checked + .slider {
    background-color: #FFCE00;
}


.check_sec {
    display: flex;
    margin-bottom: 15px;
}
.web-check-box {
    width: 40px;
	padding-top:4px;
}
.check_sec label {
    width: calc(100% - 40px);
    font-size: 14px;
    line-height: 1.5;
}

button.submit-btn {
border: 0;
    padding: 13px 30px;
    background: #000;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
	 
}
button.submit-btn:hover {
    background: #ffce00;
    color: #000;
	    box-shadow: 3px 3px 3px 0px #0912054a;
}

footer.footer p a {
    color: #616161;
}
footer.footer p {
	font-size:14px;
}
section.submit_section {
    padding: 25px 0px;
	text-align: right;
}

.form-group.error .error_message{
	 display: inline;
}
.error_message{
    display: none; 
    width: 100%;
    margin-top: .25rem;
    font-size: 14px;
    color: #c00b28;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #070707;
      outline: none;
    border-color: #000000;
    box-shadow: inset 0 0 0 1px #000000;
}
.error_message:before {
    content: "";
    width: 20px;
    height: 14px;
    display: inline-block;
    background: url('https://www.blackrock.com/varnish-api/marketing-service/font-awesome/c00b28/sharp-solid/triangle-exclamation');
    background-repeat: no-repeat;
	    top: 2px;
    position: relative;
}
.form-group.error .form-control {
    border: 1px solid #c00b28;
}

button.submit-btn.active {
	bottom:0;
transistion:.5s;
}
button.submit-btn.active {
   position:fixed;
   bottom:35px;
   right:25px;
   transistion:.5s;
}

a.form-cta {
    border: 0;
    padding: 10px 30px;
    background: #000;
    color: #fff;
    width: 250px;
    display: inline-block;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    FONT-WEIGHT: 800;
}
.model-cta  a.form-cta {
    font-size: 20px;
}
.modal-dialog {
    width: 600px;
    max-width: 100%;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    outline: 0;
	text-align:Center;
	    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 41%);
}
.model-cta {
    padding-top: 20px;
}
.modal-header {
    border: 0px solid #dee2e6;
  
}
.modal-body {
    padding: 20px 50px 50px;
}
.modal-body p {

    line-height: 1.5;
}
.modal-body h4 {
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 30px;
}

.modal {
    background: #00000045;
}
.modal-backdrop {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    overflow: hidden;
}

footer.footer p{
	font-size: 14px;
    line-height: 1.5;
}
.footer_logo {
    margin-bottom: 25px;
}
footer.footer {
	padding: 40px 0px 40px;
	background: rgb(214, 213, 221);
}
section.submit_section {
    padding: 0px 0px 40px;
    text-align: left;
}
/* Responsive */
 @media only screen and (max-width: 767px) {

	.sub_list ul {
		 grid-template-columns: repeat(1, 100%);
	}
	.col-md-6.header-image {
		display: none;
	}
	button.submit-btn {
		border: 0;
		padding: 8px 18px;
		background: #000;
		color: #fff;
		font-weight: 800;
		font-size: 16px;
	}
	button.submit-btn.active {
		bottom: 5px;
		        right: 15px;
	}
}